home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
dev
/
mui
/
bcc_src.lha
/
Parser
/
Global.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-09-30
|
619b
|
42 lines
#include "GlobalDef.h"
#include "InsertFile.h"
#include "Family.h"
extern GlobalDef ClassList;
extern InsertFile ins_every;
extern InsertFile ins_header;
extern InsertFile ins_code;
extern InsertFile ins_initcl;
#ifndef min
#define min( x, y ) ( x < y ? x : y )
#endif
#ifndef max
#define max( x, y ) ( x > y ? x : y )
#endif
class Prf {
Family textlist;
public:
Prf( void );
~Prf();
char *AddText( char *t, short len = 0 );
char *deftype, *incdir;
short verbose, noversion, forcetrans, publicheader;
short nosaveds, reallines;
unsigned short tagbase;
};
extern Prf Prefs;
#define MAX_TAGS 100